home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / text / manipulation / cv.lha / cv / scripts / FlipSlashes.cvt < prev    next >
Encoding:
Text File  |  1993-12-31  |  85 b   |  7 lines

  1. /*
  2.  *  flip slash and backslash
  3.  */
  4.  
  5. $2f->$5c ; /* / -> \ */
  6. $5c->$2f ; /* \ -> / */
  7.